-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration guide: add section for documenting cylc8 changes #241
Conversation
- # Remove the "recover" task in the success case. | ||
- bar => ! recover | ||
|
||
- # Remove the "bar" task in the fail case. | ||
- recover => ! bar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be better to just remove theses lines and show the simplified graph in full, rather than using diff format?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good structure, just few comments on typos etc.
Added another page documenting the main things we haven't yet done (essentially this list). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor suggestions
@oliver-sanders I've built a small change on top of this branch, as PR to your fork: oliver-sanders#3 |
* move cylc 8 change overview into this section * add a cheat sheet containing highlighted cli changes * create a space for the "migration guide" * write the first guide on suicide triggers
Co-authored-by: Hilary James Oliver <hilary.j.oliver@gmail.com>
85589bf
to
b462602
Compare
Addresses #170